google.golang.org/grpc/internal/transport.Stream.method (field)

7 uses

	google.golang.org/grpc/internal/transport (current package)
		handler_server.go#L419: 			method:         req.URL.Path,
		http2_client.go#L485: 			method:         callHdr.Method,
		http2_server.go#L444: 			s.method = hf.Value
		http2_server.go#L584: 		if s.ctx, err = t.inTapHandle(s.ctx, &tap.Info{FullMethodName: s.method, Header: mdata}); err != nil {
		transport.go#L290: 	method       string          // the associated RPC method of the stream
		transport.go#L338: 	return s.method
		transport.go#L439: 	return fmt.Sprintf("<stream: %p, %v>", s, s.method)